/**************************************************************************/ /* */ /* INETTIME.cmd - Procedure to summarize by month all connect time to the */ /* Internet using the CONNECT.LOG as input data. */ /* */ /* */ /* Copyright (c) D.A.Ritari-KNIGHT RESEARCH - 1995 - ALL RIGHTS RESERVED */ /* */ /* FREELY DISTRIBUTABLE FOR ANY USE OR PURPOSE. */ /* NO WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PURPOSE IMPLIED. */ /* */ /* Last Update: January 29, 1995 */ /* Version: 1.1 */ /* */ /* Contact: Constructive comments and tips to: */ /* */ /* Internet: dritari@ibm.net */ /* Compuserve: 71301,3400 */ /* */ /* For: Warp Internet Users who want to know how much 'connect' */ /* time they've used this month. */ /* */ /* Purpose: This small REXX program searches for the Internet connect */ /* log on all available drives, and reads thru all the */ /* entries in the log (in the file \tcpip\etc\CONNECT.LOG) */ /* and SUMMARIZES the 'connect' time by month...quickly letting*/ /* you know how much time you've used this month. (I haven't */ /* found a similar function with the Warp Internet bonus */ /* pack apps). Assumptions are that you are using the */ /* standard 'Dialer' app, that you have logging turned on, */ /* and that the log file is set big enough to record more than */ /* a few connects. As this is a REXX application, you must */ /* have REXX installed on your PC to run the program, and */ /* if you prefer a PM-style application, it can be also run */ /* using PMREXX. Testing of this app was minimal...if you */ /* find that it doesn't run on your system, let me know or */ /* modify it to your hearts content. */ /* */ /* */ /* To Run: At the 'C>' prompt: INETTIME (no parms needed) */ /* or for PMREXX usage: PMREXX INETTIME.CMD */ /* */ /* */ /* */ /* Updates: Version 1.0 - Original Release - January 25, 1995 */ /* Version 1.1 - Inadvertently left off last entry in log. */ /* This corrected original error. */ /* */ /* */ /**************************************************************************/